From f96a00ff94d5ae97d1f9ec6d5c2269aefd5b98ba Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Fri, 1 Jun 2007 02:01:19 -0500 Subject: [PATCH] Cleaning up build --- debian/control | 2 +- debian/rules | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 2267ac943..7c56803d9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gpsbabel Section: utils Priority: optional Maintainer: John Goerzen -Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev, expat, libxml2-utils, xsltproc, libexpat1-dev, zlib1g-dev, docbook-xml, docbook-xsl +Build-Depends: debhelper (>= 4.0.0), libexpat1-dev, tetex-bin, tetex-base, libusb-dev, expat, libxml2-utils, xsltproc, libexpat1-dev, zlib1g-dev, docbook-xml, docbook-xsl, fop Standards-Version: 3.6.0 Package: gpsbabel diff --git a/debian/rules b/debian/rules index 4339ebc30..99b4577aa 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ configure-stamp: $(SHELL) ./configure --with-zlib=system --with-doc=debian/doctmp \ --prefix=/usr # Add here commands to configure the package. + mkdir -p xmldoc/autogen touch configure-stamp @@ -55,7 +56,11 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean -cd doc && $(MAKE) clean - -rm -r debian/doctmp + -rm -rf debian/doctmp xmldoc/autogen/* + -rm -rf Makefile config.h config.log config.status debian/*.inc \ + gpsbabel.fo tools/mkcapabilities win32/gpsbabel.rc \ + xmldoc/formats/options/raymarine-location.xml xmldoc/makedoc \ + zlib/empty dh_clean -- 2.30.2